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