Skip to content

Instantly share code, notes, and snippets.

/gist:779c7dc3a1a8db1aeb74 Secret
Created Dec 26, 2014

Embed
What would you like to do?
(function(){
'use strict';
angular.module('app')
.config(function($stateProvider){
$stateProvider
.state('shows', {
url: '/shows',
templateUrl: 'features/shows/shows.tpl.html',
controller: 'Shows'
});
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.