mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 10:05:26 +00:00
Use angularModule variable in mobile templates
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
</var:foreach>
|
||||
</head>
|
||||
|
||||
<var:component-content/>
|
||||
<body var:data-ng-app="angularModule">
|
||||
<var:component-content/>
|
||||
</body>
|
||||
</html>
|
||||
</container>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user