UNPKG

ionic-angular

Version:

[![Circle CI](https://circleci.com/gh/driftyco/ionic.svg?style=svg)](https://circleci.com/gh/driftyco/ionic)

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'; }; });