Use angularModule variable in mobile templates

pull/91/head
Francis Lachapelle 2014-09-17 15:47:00 -04:00
parent 865bf096f5
commit f363257e51
2 changed files with 3 additions and 5 deletions

View File

@ -61,6 +61,8 @@
</var:foreach>
</head>
<var:component-content/>
<body var:data-ng-app="angularModule">
<var:component-content/>
</body>
</html>
</container>

View File

@ -16,8 +16,6 @@
var contactFolders = <var:string value="contactFolders" const:escapeHTML="NO"/>;
</script>
<body data-ng-app="SOGo.ContactsUI">
<ion-nav-view><!-- main view --></ion-nav-view>
<script type="text/ng-template" id="menu.html">
@ -311,6 +309,4 @@
</ion-modal-view>
</script>
</body>
</var:component>