mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
- fixed copyright overnship - updated copyright years - added @license tag so that closure compiler preserves the header - added version number into headers (finally!)
7 lines
167 B
Text
7 lines
167 B
Text
/**
|
|
* @license AngularJS v"NG_VERSION_FULL"
|
|
* (c) 2010-2011 AngularJS http://angularjs.org
|
|
* License: MIT
|
|
*/
|
|
'USE STRICT';
|
|
(function(window, document, undefined){
|