commit | 035c593b003a5015e9cfa3b9d05c951ace550d80 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 09:55:15 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 12:13:03 2016 -0800 |
tree | 5d1173e3b98d05aff6272022e5ee70ab3ec412e0 | |
parent | 9f87f3097125342817f376872aea1d16ad003964 [diff] |
Creating Stores and using Observables Change-Id: I214692e64df065beaddee0e0ec8759de540c269d
diff --git a/src/app/core/login/login.ts b/src/app/core/login/login.ts index 51dc7c9..e5881dd 100644 --- a/src/app/core/login/login.ts +++ b/src/app/core/login/login.ts
@@ -1,4 +1,4 @@ -import {AuthService} from '../../rest/auth.rest'; +import {AuthService} from '../../datasources/rest/auth.rest'; class LoginCtrl { static $inject = ['AuthService', '$state'];