You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with AngularJS 1.2.21, 1.3.14, and 1.4.0-beta.5.
24
+
Tested with AngularJS 1.1.5, 1.2.21 and 1.3.0-rc.3.
25
25
26
26
Overview
27
27
--------
@@ -34,7 +34,7 @@ The library provides two pieces of code: `$routeSegment` service and `app-view-s
34
34
var app =angular.module('app', ['ngRoute', 'route-segment', 'view-segment']);
35
35
```
36
36
37
-
`$routeSegment` is meant to be used instead of built-in Angular `$route` service. Its provider exposes configuration methods which can be used to traverse the tree of route segments and setup it properly.
37
+
`$routeSegment` is a layer on top of built-in Angular `$route` service and is meant to be used instead of it. Its provider exposes configuration methods which can be used to traverse the tree of route segments and setup it properly.
**ATTENTION:** filters are not stateless. While they are not intented to work with complex data structures, it can impact performance anyway. See more info at [angular.js commit fca6be71](https://github.com/angular/angular.js/commit/fca6be71).
272
+
**ATTENTION:** filters are not stateless. While they are not intended to work with complex data structures, it can impact performance anyway. See more info at [angular.js commit fca6be71](https://github.com/angular/angular.js/commit/fca6be71).
0 commit comments