-
Notifications
You must be signed in to change notification settings - Fork 0
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
Project view #5
base: edge
Are you sure you want to change the base?
Project view #5
Conversation
charlypoly
commented
Oct 20, 2014
Closes #68
Issue #71
Regression introduced by top-bar redesign
…he same org Now pick the highest permission for each role
Conflicts: bower.json
Manage pages - design update
|
||
beforeEach(function() { | ||
|
||
updateIsolateScope(element, { selectedUsers : [ { id:3, name:'yann'}, { id:1, name:'charly'} ] }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
Changes Unknown when pulling 10c7f96 on project-view into * on edge*. |
Changes Unknown when pulling fa5e692 on project-view into * on edge*. |
var params = $location.search(); | ||
return params && | ||
params['errors[email][]'] && | ||
params['errors[email][]'].indexOf('api.missing_attribute') >= 0 && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
Changes Unknown when pulling 1b70cc1 on project-view into * on edge*. |
}, | ||
replace : true, | ||
controller: function($scope, $element, $attrs, $state, $location, ApiSession) { | ||
controller: function($scope, $element, $attrs, $state, $location, ApiSession, ApiOAuth) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
Changes Unknown when pulling 6ae2633 on project-view into * on edge*. |
Changes Unknown when pulling cf0754b on project-view into * on edge*. |