Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13542 anikendra 1
<!DOCTYPE html>
2
<html>
3
  <head>
4
    <meta charset="utf-8">
5
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
6
    <title></title>
7
 
8
    <link href="lib/ionic/css/ionic.css" rel="stylesheet">
9
    <link href="css/style.css" rel="stylesheet">
10
 
11
    <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
12
    <link href="css/ionic.app.css" rel="stylesheet">
13
    -->
14
 
15
    <!-- ionic/angularjs js -->
16
    <script src="lib/ionic/js/ionic.bundle.js"></script>
17
 
18
    <!-- cordova script (this will be a 404 during development) -->
19
    <script src="cordova.js"></script>
20
 
21
    <!-- your app's js -->
22
    <script src="js/app.js"></script>
23
    <script src="js/controllers.js"></script>
24
    <script src="js/services.js"></script>
25
    <script src="js/filters.js"></script>
26
    <script type="text/javascript" src="lib/ionic/js/angular/angular-resource.min.js"></script>
27
    <script type="text/javascript" src="lib/angular-local-storage.min.js"></script>
28
  </head>
29
  <body ng-app="starter">
30
    <!--
31
      The nav bar that will be updated as we navigate between views.
32
    -->
33
    <!-- <ion-nav-bar class="bar-stable">
34
      <ion-nav-back-button>
35
      </ion-nav-back-button>
36
    </ion-nav-bar> -->
37
    <!--
38
      The views will be rendered in the <ion-nav-view> directive below
39
      Templates are in the /templates folder (but you could also
40
      have templates inline in this html file if you'd like).
41
    -->
42
    <ion-nav-view></ion-nav-view>
43
  </body>
44
</html>