summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-route/angular-route.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 09:12:24 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 09:46:18 +0200
commit1c872d3d501b2f9894510dac27b284409b555df1 (patch)
treeb67f692dda9833a14df386bf1a8cd8f5cbdb9c70 /js/vendor/angular-route/angular-route.js
parent4dda6575be15e4f8dba0eca4ab6024705f7147a9 (diff)
update angular
Diffstat (limited to 'js/vendor/angular-route/angular-route.js')
-rw-r--r--js/vendor/angular-route/angular-route.js3
1 files changed, 1 insertions, 2 deletions
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',