Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit aa0b639

Browse files
realitykingwesleycho
authored andcommitted
fix(demo): Modify the demo app to play nice with Angular 1.3
Fixes #3098
1 parent 9ca4ec3 commit aa0b639

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)