Skip to content

Commit b811f56

Browse files
committed
upgrade to AngularJS 1.0.2
1 parent 91cb91e commit b811f56

14 files changed

+536
-362
lines changed

app/lib/angular/angular-cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.1
2+
* @license AngularJS v1.0.2
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

app/lib/angular/angular-cookies.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
AngularJS v1.0.1
2+
AngularJS v1.0.2
33
(c) 2010-2012 Google, Inc. http://angularjs.org
44
License: MIT
55
*/

app/lib/angular/angular-loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.1
2+
* @license AngularJS v1.0.2
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -200,7 +200,7 @@ function setupModuleLoader(window) {
200200
* @param {Function} directiveFactory Factory function for creating new instance of
201201
* directives.
202202
* @description
203-
* See {@link ng.$compileProvider.directive $compileProvider.directive()}.
203+
* See {@link ng.$compileProvider#directive $compileProvider.directive()}.
204204
*/
205205
directive: invokeLater('$compileProvider', 'directive'),
206206

app/lib/angular/angular-loader.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
AngularJS v1.0.1
2+
AngularJS v1.0.2
33
(c) 2010-2012 Google, Inc. http://angularjs.org
44
License: MIT
55
*/

app/lib/angular/angular-resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.1
2+
* @license AngularJS v1.0.2
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

app/lib/angular/angular-resource.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-sanitize.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.1
2+
* @license AngularJS v1.0.2
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -434,6 +434,9 @@ angular.module('ngSanitize').directive('ngBindHtml', ['$sanitize', function($san
434434
* @param {string} text Input text.
435435
* @returns {string} Html-linkified text.
436436
*
437+
* @usage
438+
<span ng-bind-html="linky_expression | linky"></span>
439+
*
437440
* @example
438441
<doc:example module="ngSanitize">
439442
<doc:source>

app/lib/angular/angular-sanitize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)