From 1b768b84439e725010acc943ebfda462e49d3704 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 29 Jul 2010 12:50:14 -0700 Subject: refactored $location service so that it correctly updates under all conditions --- example/temp.html | 86 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 78 insertions(+), 8 deletions(-) (limited to 'example/temp.html') diff --git a/example/temp.html b/example/temp.html index f21d3f5c..b238c185 100644 --- a/example/temp.html +++ b/example/temp.html @@ -1,15 +1,85 @@ - + - -
- outter -
inner
- link -
+ + +

Tic-Tac-Toe

+Next Player: {{nextMove}} +
Player {{winner}} has won!
+ + + + +
{{cell}}
+ + - + \ No newline at end of file -- cgit v1.2.3