You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Igor Minar bd00b9a967 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.
14 years ago
..
css the initial version 14 years ago
img the initial version 14 years ago
js upgrade to angular 0.9.10 and update the code with angular API changes 14 years ago
lib/angular upgrading angular to 0.9.14 key-maker 14 years ago
partials the initial version 14 years ago
index.html removing display:none + ng:show from index.html 14 years ago