UNPKG

entrospect

Version:

A sample application built on top of an API generated with Espresso Logic.

9 lines 238 B
'use strict'; Application.config([ '$routeProvider', function ($routeProvider) { $routeProvider .when('/', {controller: 'ProjectsController', templateUrl: 'app/partials/index.html'}) .otherwise({redirectTo: '/'}); } ]);