Sha256: c81211041ed61a4a68f5648626a19b9c3538c0a25d103d19e9f72efaf38b868c
Contents?: true
Size: 362 Bytes
Versions: 18
Compression:
Stored size: 362 Bytes
Contents
angular.module('AgileProxy').config(function ($routeProvider) { $routeProvider.when('/status', { templateUrl: '/ui/app/view/status.html' }).when('/stubs', { templateUrl: '/ui/app/view/stubs.html', controller: 'StubsCtrl' }).otherwise({ templateUrl: '/ui/app/view/stubs.html', controller: 'StubsCtrl' }) });
Version data entries
18 entries across 18 versions & 2 rubygems