vendor/assets/javascripts/angular-bootstrap-prettify.js in angularjs-rails-1.0.2 vs vendor/assets/javascripts/angular-bootstrap-prettify.js in angularjs-rails-1.0.3

- old
+ new

@@ -1,7 +1,7 @@ /** - * @license AngularJS v1.0.2 + * @license AngularJS v1.0.3 * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) { 'use strict'; @@ -214,10 +214,10 @@ return $delegate.apply(this, arguments); } }, $delegate); }]); $provide.decorator('$rootScope', ['$delegate', function(embedRootScope) { - docsRootScope.$watch(function() { + docsRootScope.$watch(function embedRootScopeDigestWatch() { embedRootScope.$digest(); }); return embedRootScope; }]); }]); \ No newline at end of file