aspnetcore/samples/AntiforgerySample/wwwroot/app.js

4 lines
68 B
JavaScript

angular.module('TODO', [
'TODO.controllers',
'TODO.services'
]);