i399exng1/app/app.js

7 lines
81 B
JavaScript

(function () {
'use strict';
angular.module('app', ['ngRoute']);
})();