Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove hardcoded login paths and use config.public.loginPage instead #1518

Merged
merged 1 commit into from
Mar 28, 2016
Merged

remove hardcoded login paths and use config.public.loginPage instead #1518

merged 1 commit into from
Mar 28, 2016

Conversation

timelf123
Copy link
Contributor

No description provided.

angular.module('mean.users').factory('MeanUser', [ '$rootScope', '$http', '$location', '$stateParams', '$cookies', '$q', '$timeout',
function($rootScope, $http, $location, $stateParams, $cookies, $q, $timeout) {
angular.module('mean.users').factory('MeanUser', [ '$rootScope', '$http', '$location', '$stateParams', '$cookies', '$q', '$timeout', '$meanConfig',
function($rootScope, $http, $location, $stateParams, $cookies, $q, $timeout, $meanConfig) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

@liorkesos
Copy link
Member

+1
On Mar 26, 2016 1:40 AM, "Tim Elfelt" notifications@github.com wrote:


You can view, comment on, or merge this pull request online at:

#1518
Commit Summary

  • remove hardcoded login paths and use config.public.loginPage instead

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1518

@timelf123 timelf123 merged commit cf7f500 into linnovate:master Mar 28, 2016
@timelf123 timelf123 deleted the fix-hardcoded-login-path branch March 28, 2016 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants