vendor/assets/javascripts/angular-sanitize.js in angularjs-rails-1.0.1.1 vs vendor/assets/javascripts/angular-sanitize.js in angularjs-rails-1.0.2

- old
+ new

@@ -1,7 +1,7 @@ /** - * @license AngularJS v1.0.1 + * @license AngularJS v1.0.2 * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) { 'use strict'; @@ -431,9 +431,12 @@ * Finds links in text input and turns them into html links. Supports http/https/ftp/mailto and * plain email address links. * * @param {string} text Input text. * @returns {string} Html-linkified text. + * + * @usage + <span ng-bind-html="linky_expression | linky"></span> * * @example <doc:example module="ngSanitize"> <doc:source> <script>