All Questions
Tagged with angularjs-bootstrap angularjs-scope
4 questions
2
votes
1
answer
31
views
Fetch server settings after boostrap but before anything else
I've been searching for an answer for this but haven't got any unambiguous or clear answer on how to solve and come about this.
In my anguarJS app, I want to make sure that the very first thing after ...
0
votes
0
answers
57
views
Have I lost scope in this template?
I have a partial page with the angular-ui carousel plopped down in the middle of it. That directive has a template-url attached to it:
<carousel interval="0" no-wrap="false" template-url="/...
0
votes
1
answer
63
views
Controller initialization in AngularJS
<html>
<body>
<div ng-controller="TestController">
Framework is {{name}}
</div>
</body>
</html>
Am making the ...
0
votes
1
answer
37
views
View value is not updating
The attribute on the view doesn't update.
When I click on the remove image, then comes a popup model.
remove image on index.html:
the attribute {{naam}} is not updating and setName has updated the ...