All Questions
Tagged with angularjs-module jquery
3 questions
1
vote
0
answers
1k
views
ngJsTree TypeError: scope.tree.jstree is not a function
I have included needed dependencies and the ngJsTree module to my app.module. But this still happens:
angular.js:13424 TypeError: scope.tree.jstree is not a function
at m.scope.destroy (ngJsTree.min....
1
vote
0
answers
97
views
Building Angular Modules form jQuery Plugins
Hi All Thank you in advance.
I am faced with a task of converting an HTML and jQuery intensive website and make it work with AngularJs. The issue is that it has a lot of plug-ins like
http://...
1
vote
3
answers
5k
views
How do you change the ng-model attribute of an element (and have it work)?
I have an input with an ng-model attribute set to "search.name"
HTML
Search:
<span id="searchName"> titles </span> | <span id="searchSpecies"> species </span>:
<input ...