0

trying to add a date picker to my app : defining an app like this : (app.js) var app = angular.module("scplApp",['ngRoute','ngAnimate','ui.bootstrap']);

defining controller like this: (date-picker.js) app.controller('DatepickerDemoCtrl',['$scope', function ($scope) {...}]);

getting this error: Error: $injector:unpr Unknown Provider

what am i missing here?? (new to ui design)

Sachin Sharma
  • 1,446
  • 4
  • 18
  • 37

0 Answers0