Hello:
I am new with AngularJs and, to learn how to use it, I am trying to build a little website. In this web I created 3 tags elements:
This is the link to my code: https://github.com/ardiadrianadri/angular-bootstrap/blob/master/WebContent/js/controllerMainFrame.js
The problem is that the two first elements work fine but the third not. In fact, the template of the modal window does not arrive to load in the html code and I do not know why
Can someone help me?
Thank you in advance
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/0KP34Ho10b8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.
Hello Sander:
I found the problem… it is a bit embarrassing. It was a spelling error; I wrote templateUrl where I should have written templateUrl.
Thank you very much for your time and I am sorry for this stupid mistake.
Adrian Ferreres