initial files for license diff directive

awLicenseFeature with show/hide

changed file locations

changing file location

adjusting controller logic to only return list of features

leveraging $rootScope instead of local storage

adding awFeature directive for lists/forms for activity stream button

Adding route resolvers and service for getting license

In order to get the license info from the API and not from local storage, the UI needs to hit hte API before loading any pages, therefore I've added route resolvers that will ensure that we have the appropriate data (license features) before navigating to a new page. I've also added the awFeature directive to the organizations list -> add-button and the ldap checkbox on the user form page.

adjusting alignment

fixing jshint errors

commting file for testings

adding tests for features service and features controller

adding features controller unit test
This commit is contained in:
Jared Tabor
2015-04-21 09:09:20 -04:00
parent 9d1dc55c5d
commit 79b79f0481
34 changed files with 546 additions and 98 deletions

View File

@@ -6,7 +6,8 @@
"awx/ui/static/docs/**/*"
],
"watch": [
"awx/ui/static"
"awx/ui/static",
"awx/ui/tests"
],
"ext": "js json less html"
}