aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngBindSpec.js
AgeCommit message (Collapse)Author
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
Create build for other modules as well (ngResource, ngCookies): - wrap into a function - add license - add version Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);`
2012-04-09chore(ngBind): remove obsolete testIgor Minar
this test is not testing what it claims it is. we don't need it any more
2012-04-09chore(tests): rename all directive names to the normalized formIgor Minar
2012-04-09fix(ngBindHtml): clear contents when model is falsyIgor Minar
Closes #864
2012-04-09test(ngBindSpec): correct tests + split them upIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery