Answer the question
In order to leave comments, you need to log in
Why isn't AngularJS fully initialized?
I'm playing with a new project, for which I wrote several automation scripts.
After running all the gulp tasks, the dist folder looks like this:
js/
--vendor.js
--app.js
index.html
<div ng-app>
<input type="text" ng-model="textVal">
<span>{{textval}}</span>
</div>
Answer the question
In order to leave comments, you need to log in
Did you write the ngController declaration in the html file?
<div ng-app>
<div ng-controller='Имя контроллера'>
<input type="text" ng-model="textVal">
<span>{{textval}}</span>
</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question