diff options
| -rw-r--r-- | example/view1.html | 2 | ||||
| -rw-r--r-- | example/view2.html | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/example/view1.html b/example/view1.html new file mode 100644 index 00000000..158655a6 --- /dev/null +++ b/example/view1.html @@ -0,0 +1,2 @@ +view1<br> +location: {{$service('$location').href}} diff --git a/example/view2.html b/example/view2.html new file mode 100644 index 00000000..b53ef7a2 --- /dev/null +++ b/example/view2.html @@ -0,0 +1,2 @@ +view2<br/> +location: {{$service('$location').href}}<br/> | 
