diff options
| author | Igor Minar | 2011-02-18 23:02:13 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-02-18 23:02:13 -0800 | 
| commit | 6f8940c5d04bdedbb1d5415ea30f058fffa41010 (patch) | |
| tree | d7e8f755aa254cb5df5028b384669a970f1d1b3c | |
| parent | 87cbf9f59180d015da78c4286d692afafece5036 (diff) | |
| download | angular.js-6f8940c5d04bdedbb1d5415ea30f058fffa41010.tar.bz2 | |
add missing example files for temp.html
| -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/> | 
