We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
myApp
var myApp = angular.module('myapp', ['ui.router']); code given on home page has small correction
var myApp = angular.module('myapp', ['ui.router']);
'myapp' should be myApp or angular.module('myapp', ['ui.router']);
angular.module('myapp', ['ui.router']);