Tero Parviainen ec4c1edff4 docs(upgrade): add E2E tests, update PhoneCat dependencies
closes #1070
Separates UpgradeAdapter reference guide examples from the PhoneCat tutorial examples
and update dependencies for phonecat upgrade examples
2016-04-11 12:40:09 -07:00

7 lines
135 B
TypeScript

declare var angular:any;
angular.module('heroApp', [])
.controller('MainCtrl', function() {
this.message = 'Hello world';
});