diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-09-29 14:18:47 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-09-29 14:18:47 +0200 |
commit | ddd4fda04df0d7f04ca58ba2e5c170523b77a825 (patch) | |
tree | 3451add57cf1099d1a326f05ab06ba5c784e3418 /js/vendor/angular-route/angular-route.js | |
parent | f9c1bc9f2d6c43c5b671e76732879856cece2150 (diff) |
update angular
Diffstat (limited to 'js/vendor/angular-route/angular-route.js')
-rw-r--r-- | js/vendor/angular-route/angular-route.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/js/vendor/angular-route/angular-route.js b/js/vendor/angular-route/angular-route.js index cf4542fef..4a7bc17fc 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.2 + * @license AngularJS v1.3.0-rc.3 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ @@ -273,9 +273,6 @@ function $RouteProvider(){ * This example shows how changing the URL hash causes the `$route` to match a route against the * URL, and the `ngView` pulls in the partial. * - * Note that this example is using {@link ng.directive:script inlined templates} - * to get it working on jsfiddle as well. - * * <example name="$route-service" module="ngRouteExample" * deps="angular-route.js" fixBase="true"> * <file name="index.html"> |