diff --git a/example/www/js/controllers.js b/example/www/js/controllers.js index aaea13c..3f3d5cb 100644 --- a/example/www/js/controllers.js +++ b/example/www/js/controllers.js @@ -12,6 +12,10 @@ angular.module('starter.controllers', []) return angular.isDefined($scope.step3.something); }; + $scope.showMessage = function() { + alert('Thanks!'); + }; + }]) .controller('DashCtrl', function($scope) {}) diff --git a/example/www/templates/intro.html b/example/www/templates/intro.html index de7a65a..aef9cfb 100644 --- a/example/www/templates/intro.html +++ b/example/www/templates/intro.html @@ -161,7 +161,7 @@