This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
angular.js
Watch
1
Star
0
Fork
You've already forked angular.js
0
mirror of
https://github.com/Hopiu/angular.js.git
synced
2026-03-17 15:40:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bc36c4dea4
angular.js
/
src
/
module.suffix
3 lines
29 B
Text
Raw
Normal View
History
Unescape
Escape
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 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-10 23:50:31 +00:00
chore(module): improved module prefix/suffix code
2012-04-29 05:19:23 +00:00
})(window, window.angular);
Reference in a new issue
Copy permalink