UNPKG

forerunnerdb

Version:

A NoSQL document store database for browsers and Node.js.

5 lines 213 B
angular.module('app.routes', []) .config(function ($stateProvider, $urlRouterProvider) { // if none of the above states are matched, use this as the fallback $urlRouterProvider.otherwise('/index/items'); });