mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 07:50: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
190 B
Text
7 lines
190 B
Text
/**
|
|
* @license AngularJS v"NG_VERSION_FULL"
|
|
* (c) 2010-2011 AngularJS http://angularjs.org
|
|
* License: MIT
|
|
*/
|
|
(function(window, document){
|
|
var _jQuery = window.jQuery.noConflict(true);
|