Open estvmachine opened 9 years ago
Im trying to use ui.bootstrap but only the module of the 'datepicker' because mobile-angular-ui doesnt have it, but dont go well. I got this error.
Works if i inject this way
angular.module('myApp', [ 'ui.bootstrap', ])
This dont gonna produce some error in the future?, im trying inject just 'ui.bootstrap.datepicker' but doesnt work.
Im trying to use ui.bootstrap but only the module of the 'datepicker' because mobile-angular-ui doesnt have it, but dont go well. I got this error.