removing display:none + ng:show from index.html
authorIgor Minar <iiminar@gmail.com>
Fri, 1 Apr 2011 20:48:39 +0000 (13:48 -0700)
committerIgor Minar <iiminar@gmail.com>
Fri, 1 Apr 2011 20:49:45 +0000 (13:49 -0700)
commitbd00b9a967020f6d70caabfd42129b6815963864
tree4f63de572dc5142708a5e21f8970e0a4c6cab928
parentd671a5519b18b787c073a85379b6e3430a06da49
removing display:none + ng:show from index.html

the best practice is not to use angular markup in index.html so
the hide/show thing is not needed.

instead of <div>{{foo}}</div> use <div ng:bind="foo"></div> in
index.html. In other templates it is totally fine to use markup.
app/index.html