app.js 89 B

1234
  1. 'use strict';
  2. var app = angular.module('app', [
  3. 'ui.router',
  4. 'templatescache']);