remove ui-router dependancy

This commit is contained in:
Mo Bitar
2017-03-01 18:31:59 -06:00
parent 5169e3f0ee
commit f54c7ea5cf
6 changed files with 25 additions and 44 deletions

View File

@@ -38,7 +38,7 @@
</head>
<body>
<div ui-view="content"></div>
<div ng-controller="HomeCtrl" ng-include="'frontend/home.html'"></div>
</body>
</html>