Files
ferglie/static/CACHE/js/a919b01185d7.js
Fergal Moran 0c4e910b9e MVP Done
2017-05-09 23:31:55 +01:00

1 line
203 B
JavaScript

'use strict';angular.module('shortioApp').controller('HeaderCtrl',function($scope,$modal,AuthUser){$scope.username=AuthUser.username;$scope.doLogin=function(){$modal.open({templateUrl:"/tpl/login"});}});