Skip to content

Instantly share code, notes, and snippets.

@laocanio
laocanio / app.js
Last active June 26, 2016 17:27
PLACE2
// 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.services' is found in services.js
// 'starter.controllers' is found in controllers.js
angular.module('starter', ['ionic', 'starter.controllers', 'starter.services','jett.ionic.filter.bar'])
.run(function($ionicPlatform) {
@laocanio
laocanio / app.js
Last active February 16, 2016 13:16
PLACE
// 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.services' is found in services.js
// 'starter.controllers' is found in controllers.js
angular.module('starter', ['ionic', 'starter.controllers', 'starter.services','jett.ionic.filter.bar'])
.run(function($ionicPlatform) {