generator-ionic-1-ndjathe
Version:
Side menu app base template
8 lines (6 loc) • 385 B
JavaScript
// Ionic Starter App
// angular.module is a global place for creating, registering and retrieving Angular modules
// 'starter' is the name of this angular module example (also set in a <body> attribute in index.html)
// the 2nd parameter is an array of 'requires'
// 'starter.controllers' is found in controllers.js
var App = angular.module('starter', ['ionic', 'ngCordova']);