Import profile

This commit is contained in:
Matias Pando 2014-10-31 19:39:01 -03:00
commit 16c3d66f33
5 changed files with 184 additions and 6 deletions

View file

@ -34,6 +34,9 @@ angular
templateUrl: 'views/import.html',
logged: true
})
.when('/importProfile', {
templateUrl: 'views/importProfile.html',
})
.when('/create', {
templateUrl: 'views/create.html',
logged: true