From 1c872d3d501b2f9894510dac27b284409b555df1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 23 Sep 2014 09:12:24 +0200 Subject: update angular --- js/vendor/angular-route/angular-route.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/vendor/angular-route/angular-route.js') diff --git a/js/vendor/angular-route/angular-route.js b/js/vendor/angular-route/angular-route.js index 305d92e85..cf4542fef 100644 --- a/js/vendor/angular-route/angular-route.js +++ b/js/vendor/angular-route/angular-route.js @@ -1,5 +1,5 @@ /** - * @license AngularJS v1.3.0-rc.1 + * @license AngularJS v1.3.0-rc.2 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ @@ -802,7 +802,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory); controllerAs: 'chapter' }); - // configure html5 to get links working on jsfiddle $locationProvider.html5Mode(true); }]) .controller('MainCtrl', ['$route', '$routeParams', '$location', -- cgit v1.2.3