I am trying to implement the datepicker from the angularjs ui bootstrap. However the examples all use the scope injection. http://angular-ui.github.io/bootstrap/#/datepicker
Im specitifically trying to implement it using controller as. This is because the rest of my project I have used controller as rather than injecting $scope alll the time. This is my attempt on fiddle. I think its close http://plnkr.co/edit/lANpSw?p=preview -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
