Merge pull request #55 from jmeas/admin-messages Adds messaging to the Categories admin section.
Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/53d4f4be Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/53d4f4be Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/53d4f4be Branch: refs/heads/angular Commit: 53d4f4befaa7b9cddc922ea9d581682026b4bcaa Parents: 2e123d0 0b2f9a1 Author: James Smith <[email protected]> Authored: Thu Aug 14 18:40:56 2014 -0400 Committer: James Smith <[email protected]> Committed: Thu Aug 14 18:40:56 2014 -0400 ---------------------------------------------------------------------- bower.json | 5 +- rave-portal-ng/src/config/requirejs.js | 4 ++ .../src/subapps/admin/categories/categories.js | 7 ++- .../admin/categories/controllers/categories.js | 8 ++- .../admin/categories/controllers/category.js | 26 ++++++++-- .../admin/categories/controllers/create.js | 9 ++-- .../src/subapps/admin/categories/routes.js | 6 +++ .../categories/services/categories-messages.js | 53 ++++++++++++++++++++ .../admin/categories/templates/categories.html | 1 + .../admin/categories/templates/category.html | 6 +-- 10 files changed, 109 insertions(+), 16 deletions(-) ----------------------------------------------------------------------
