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.

9 lines (7 loc) 208 B
angular.module('ionicApp', ['ionic']) .controller('MyCtrl', function($scope) { $scope.myTitle = 'Template'; $scope.doSomething = function() { $scope.myTitle = $scope.myTitle + ' something'; }; });