The cleanup_fact job requires a different set of parameters: older_than and granularity. A different prompt modal was required in order to reflect these extra parameters.
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