fix(demo): Modify the demo app to play nice with Angular 1.3

Fixes #3098
This commit is contained in:
Rouven Weßling
2015-01-15 03:33:07 +01:00
committed by Wesley Cho
parent 9ca4ec399b
commit aa0b6392db
+4 -1
View File
@@ -41,7 +41,10 @@ angular.module('ui.bootstrap.demo', ['ui.bootstrap', 'plunker', 'ngTouch'], func
});
}
});
})
.controller('MainCtrl', MainCtrl)
.controller('SelectModulesCtrl', SelectModulesCtrl)
.controller('DownloadCtrl', DownloadCtrl);
var builderUrl = "http://50.116.42.77:3001";