diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-09-23 09:12:24 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-09-23 09:46:18 +0200 |
commit | 1c872d3d501b2f9894510dac27b284409b555df1 (patch) | |
tree | b67f692dda9833a14df386bf1a8cd8f5cbdb9c70 /js/vendor/angular-route/angular-route.js | |
parent | 4dda6575be15e4f8dba0eca4ab6024705f7147a9 (diff) |
update angular
Diffstat (limited to 'js/vendor/angular-route/angular-route.js')
-rw-r--r-- | js/vendor/angular-route/angular-route.js | 3 |
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', |