Skip to content

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
  • Loading branch information
realityking committed Jan 15, 2015
1 parent 0938d3f commit b69d826
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 b69d826

Please sign in to comment.