Skip to content

Commit b69d826

Browse files
committed
fix(demo): Modify the demo app to play nice with Angular 1.3
Fixes angular-ui#3098
1 parent 0938d3f commit b69d826

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: misc/demo/assets/app.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ angular.module('ui.bootstrap.demo', ['ui.bootstrap', 'plunker', 'ngTouch'], func
4141
});
4242
}
4343

44-
});
44+
})
45+
.controller('MainCtrl', MainCtrl)
46+
.controller('SelectModulesCtrl', SelectModulesCtrl)
47+
.controller('DownloadCtrl', DownloadCtrl);
4548

4649
var builderUrl = "http://50.116.42.77:3001";
4750

0 commit comments

Comments
 (0)