vendor/assets/javascripts/angular-cookies.js in angularjs-rails-1.0.5 vs vendor/assets/javascripts/angular-cookies.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'; @@ -177,7 +177,8 @@ delete $cookies[key]; } }; }]); + })(window, window.angular);