Added drilldown links to micropanel

This commit is contained in:
Rashid Khan
2013-02-20 08:40:18 -07:00
parent 77ce7b9158
commit 48ad884ee2
7 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ labjs.wait(function(){
templateUrl: 'partials/dashboard.html'
})
.otherwise({
redirectTo: '/dashboard'
redirectTo: 'dashboard'
});
}]);
angular.element(document).ready(function() {