Ghost/core/client/mixins
Matt Enlow 0fa3ab807c Fire NProgress on User, Post, and Settings save
Closes #3037
- Created `NProgressSaveMixin`, which extends the `save` method of a model
  to fire NProgress.
- Extended `UserModel`, `PostModel`, and `SettingModel` with the new
  mixin.
- NProgress can be disabled by passing an options hash to the save function with the `{disableNProgress:true}`
- Now that the ValidationEngine isn't the only thing playing with options inside of `model#save`, refactored it to pass the options down the super chain.
2014-07-13 14:19:27 -06:00
..
body-event-listener.js Added popover component 2014-05-31 17:23:41 -06:00
editor-base-controller.js Indirect post title in editor 2014-07-03 11:09:05 -06:00
editor-base-view.js Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
editor-route-base.js Fix tag updating on model save in editor controller 2014-06-28 23:50:24 -04:00
loading-indicator.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
marker-manager.js Cleanup Misc Ember Code 2014-06-17 14:59:15 -06:00
nprogress-save.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
popover-mixin.js Added popover component 2014-05-31 17:23:41 -06:00
shortcuts-route.js Implement Markdown Shortcuts 2014-06-21 15:10:46 -06:00
style-body.js Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
validation-engine.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00