Update to Angular 1.1.4
This commit is contained in:
parent
72a485d6e8
commit
f5fc1369ad
585 changed files with 48055 additions and 3041 deletions
4
lib/angular/angular-sanitize.js
vendored
Normal file → Executable file
4
lib/angular/angular-sanitize.js
vendored
Normal file → Executable file
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @license AngularJS v1.1.2
|
||||
* @license AngularJS v1.1.4
|
||||
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
|
@ -422,6 +422,7 @@ angular.module('ngSanitize').directive('ngBindHtml', ['$sanitize', function($san
|
|||
});
|
||||
};
|
||||
}]);
|
||||
|
||||
/**
|
||||
* @ngdoc filter
|
||||
* @name ngSanitize.filter:linky
|
||||
|
@ -553,4 +554,5 @@ angular.module('ngSanitize').filter('linky', function() {
|
|||
};
|
||||
});
|
||||
|
||||
|
||||
})(window, window.angular);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue