vendor/assets/javascripts/angular-bootstrap.js in angularjs-rails-1.0.5 vs vendor/assets/javascripts/angular-bootstrap.js in angularjs-rails-1.0.6

- old
+ new

@@ -1,7 +1,7 @@ /** - * @license AngularJS v1.0.5 + * @license AngularJS v1.0.6 * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) { 'use strict'; @@ -160,7 +160,8 @@ }; }; angular.module('bootstrap', []).directive(directive); + })(window, window.angular);