mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-13 20:16:54 +08:00
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']);`
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
/**
|
|
* @license AngularJS v"NG_VERSION_FULL"
|
|
* (c) 2010-2012 AngularJS http://angularjs.org
|
|
* License: MIT
|
|
*/
|
|
(function(angular) {
|