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

Commit

Permalink
fix(demo): Modify the demo app to play nice with Angular 1.3
Browse files Browse the repository at this point in the history
Fixes #3098
  • Loading branch information
realityking authored and wesleycho committed Mar 15, 2015
1 parent 9ca4ec3 commit aa0b639
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion misc/demo/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit aa0b639

Please sign in to comment.