You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the name of the module being export in index.js isn't the same name as the angular module name used in the source files, it's not possible to import ngTimerpicker through the index.js file
import ngTimepicker from `ngTimepicker`;
angular.module('some_project', [ngTimepicker]);
The code above won't work unless index.js file is exporting the name jkuri.timepicker.
The text was updated successfully, but these errors were encountered:
Because the name of the module being export in
index.js
isn't the same name as the angular module name used in the source files, it's not possible to import ngTimerpicker through theindex.js
fileThe code above won't work unless
index.js
file is exporting the namejkuri.timepicker
.The text was updated successfully, but these errors were encountered: