Page 1 of 1

Angular.JS Data Bidnig

Posted: Mon Jul 20, 2015 2:35 pm
by galaxyware

I’m evaluating the platform for our feature applications we want to develop.
I managed to get binding to REST API with apps based mobile bootstrap . there is a data tab for page and I could map the data and get it working
However this doesn’t exist on Angualr.js based apps.
anyone has any idea who can I do this ?


Angular.JS Data Bidnig

Posted: Mon Jul 20, 2015 3:36 pm
by Illya Stepanov

Hi -

Not sure I understand the question, what binding do you mean and where in visual builder?

AngularJS projects are has same framework included the difference are with Bootstrap and Ionic UIs components that are included..


Angular.JS Data Bidnig

Posted: Mon Jul 20, 2015 5:30 pm
by galaxyware

Thanks for the reply.
What I mean is that , when you create jQuery Mobile App , in the form page you have data binding tab which allows you to map to a service API. however when you choose Angularjs based template there is no such a thing( there is binding tab for ap age but you can't map to API similar to what you can do when you have Jquery based apps.


Angular.JS Data Bidnig

Posted: Mon Jul 20, 2015 6:15 pm
by Illya Stepanov

Yes, for now there is a code generation mechanism without visual representation in AngularJS builder.


Angular.JS Data Bidnig

Posted: Mon Jul 20, 2015 6:19 pm
by galaxyware

thanks. any sample for it ?


Angular.JS Data Bidnig

Posted: Mon Jul 20, 2015 8:37 pm
by Illya Stepanov

The main process is described here for a REST service: https://devcenter.appery.io/documenta...

and also you can find it in our tutorials, for example here: https://devcenter.appery.io/tutorials...


Angular.JS Data Bidnig

Posted: Tue Jul 21, 2015 8:14 am
by galaxyware

perfect. let me try it .