Ghost/core/client/models
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
..
app.js Ported settings/apps logic to Ember. 2014-06-17 23:25:24 +02:00
notification.js Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
post.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
setting.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
slug-generator.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
tag.js Make exports consitent. 2014-06-09 13:58:35 -04:00
user.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00