Support isolated build for documentation examples

This commit is contained in:
Joe Fiorini
2015-03-24 17:27:03 -04:00
parent 0a2a297dcb
commit 09d631c2c1
5 changed files with 7 additions and 6 deletions

1
awx/ui/static/js/docs.js Normal file
View File

@@ -0,0 +1 @@
import 'tower/debug';

View File

@@ -1,4 +1,4 @@
import smartStatusDirective from 'tower/smart-status/smart-status.directive.js';
import smartStatusDirective from 'tower/smart-status/smart-status.directive';
export default
angular.module('systemStatus', [])
.directive('awSmartStatus', smartStatusDirective);

View File

@@ -1,4 +1,4 @@
import smartStatusController from 'tower/smart-status/smart-status.controller.js';
import smartStatusController from 'tower/smart-status/smart-status.controller';
export default [ function() {
return {
scope: {