aspnetcore/samples/JwtBearerSample/wwwroot/App/Scripts/indexCtrl.js

5 lines
146 B
JavaScript

'use strict';
angular.module('todoApp')
.controller('indexCtrl', ['$scope', 'adalAuthenticationService', function ($scope, adalService) {
}]);