I\'m trying to create a splash screen using AngularJS as described in this talk on the AngularJS youtube channel: http://youtu.be/xOAG7Ab_Oz0?t=10m20s
It uses the ng
This tutorial worked for me: http://www.ng-newsletter.com/advent2013/#!/day/21
Here is a plunker: http://plnkr.co/edit/twGP7gUe9uraYXSr6kQG?p=preview
ng-cloak
attributeng-cloak
attributeMarkup:
Loading
app loaded
Css:
.splash {
display: none;
}
[ng-cloak].splash {
display: block !important;
}