homework/ng1/app/app.js

7 lines
91 B
JavaScript

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