Merge branch 'new_shop'

This commit is contained in:
Will Marshall
2014-05-22 12:40:48 +10:00
10 changed files with 44 additions and 26 deletions

View File

@@ -2477,7 +2477,7 @@ angular.module("template/modal/window.html", []).run(["$templateCache", function
$templateCache.put("template/modal/window.html",
"<div tabindex=\"-1\" class=\"reveal-modal fade {{ windowClass }}\"\n" +
" ng-class=\"{in: animate}\" ng-click=\"close($event)\"\n" +
" style=\"display: block; position: fixed; visibility: visible\">\n" +
" style=\"display: block; visibility: visible\">\n" +
" <div ng-transclude></div>\n" +
"</div>\n" +
"");