UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

8 lines (7 loc) 150 B
angular.module('ionicApp', ['ionic']) .controller('MainCtrl', ['$scope', function ($scope) { $scope.data = { isLoading: false }; }]);