Add login controller, loading after click on login button and some stuff...

This commit is contained in:
manzerbredes 2016-02-03 16:59:04 +01:00
parent eb9f9c9a6e
commit 07fbfa6ad1
6 changed files with 39 additions and 8 deletions

View file

@ -7,6 +7,5 @@
mainApp.controller('homeCtrl', function ($scope)
{
// Login before use App
//$('#loginModal').modal({backdrop: 'static', keyboard: false});
});