I'm new to Angular.js. I have simple application which has dynamic form. I use this plugin in my app.
I have API which returns the json response with controls to be loaded on page. In success callback I assign scope variable response but it doesn't seems to be working. Here is my code
http://plnkr.co/edit/YTKloQpeiTTSEx4zVIAI?p=preview
<dynamic-form ng-if="loaded" template="stdFormTemplate" ng-model="stdFormData"></dynamic-form>– and it would render just after data is loaded. On your place I would update angular or google an old version of ngIf directive that had place in angular-ui plugins pack a long time ago (I remember because i used it then).