app/assets/javascripts/angular-loader.js in angularjs-on-rails-0.1.1 vs app/assets/javascripts/angular-loader.js in angularjs-on-rails-0.1.2

- old
+ new

@@ -1,7 +1,7 @@ /** - * @license AngularJS v1.2.18 + * @license AngularJS v1.2.21 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function() {'use strict'; @@ -67,10 +67,10 @@ return arg; } return match; }); - message = message + '\nhttp://errors.angularjs.org/1.2.18/' + + message = message + '\nhttp://errors.angularjs.org/1.2.21/' + (module ? module + '/' : '') + code; for (i = 2; i < arguments.length; i++) { message = message + (i == 2 ? '?' : '&') + 'p' + (i-2) + '=' + encodeURIComponent(stringify(arguments[i])); }