angularjs 1.2.0 upgrade

This commit is contained in:
Athou
2013-11-12 09:43:36 +01:00
parent c01c1e93f9
commit 32325bb49c
14 changed files with 259 additions and 213 deletions

View File

@@ -82,6 +82,6 @@
</div>
</div>
<div spinner shown="loading"></div>
<span ng-if="!MobileService.mobile" ng-bind-html-unsafe="ServerService.announcement"></span>
<span ng-if="!MobileService.mobile" ng-bind-html="ServerService.announcement | unsafe"></span>
</div>
</div>