Closed ORESoftware closed 6 years ago
You can see the name of the directive in point 3, in the installation description in readme. angular.module('app', ['angularjs-dropdown-multiselect']);
yes, but using the code you just mentioned, would make it much clearer. also, it should be:
angular.module('app', ['ngDropdownMultiselect']);
perhaps you can create an alias in the codebase?
How do we register the directive here:
angular.module('app', ['ui.router', 'ngAnimate', 'ngSanitize', 'ui.bootstrap', 'ngCsv', 'ngFlash']);
?
like this?
angular.module('app', ['ui.router', 'ngAnimate', 'ngSanitize', 'ui.bootstrap', 'ngCsv', 'ngFlash','ngDropdownMultiselect']);
This should be in the README right?