-
Notifications
You must be signed in to change notification settings - Fork 43
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
Removes appframework dependancy from 3rdparty. #43
Conversation
@BernhardPosselt I have given you credit on the angular directive here, though. Its the only part of appframework.js we are using. |
License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
app.directive('ocClickSlideToggle', [ |
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.
IIRC this is more or less in core now ;)
See data-apps-slide-toggle: https://doc.owncloud.org/server/8.1/developer_manual/app/css.html#settings-area
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.
Awesome. I will check this asap and remove the directive if required.
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.
@raghunayyar Did you check yet?
d0581df
to
1e66362
Compare
Updated as per @BernhardPosselt's call. This is awesome. @georgehrke please check and 👍 |
👍 |
Removes appframework dependancy from 3rdparty.
Removes Appframework dependency from 3rdparty.
@georgehrke lets get this one in. :D