mcasimir / mobile-angular-ui

Angular.js Mobile UI Framework with Bootstrap 3
http://mobileangularui.com/
MIT License
2.87k stars 712 forks source link

Datepicker using ui.bootstrap.datepicker #276

Open estvmachine opened 9 years ago

estvmachine commented 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.

image

estvmachine commented 9 years ago

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.