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
Hi
I was adding folder of this plugin to my bower.json project and when I running grunt server, your files is add to my index.html but I still have default date picker.
Is there dependency module name to my project ?
The text was updated successfully, but these errors were encountered:
Hi
as you can see in datepicker js file
angular.module('ui.bootstrap.persian.datepicker', ['ui.bootstrap.dateparser', 'ui.bootstrap.position','ui.bootstrap.persian.datepicker.tpls','persianDate'])
my module is depend on tow ui bootstrap modules 'ui.bootstrap.dateparser' and 'ui.bootstrap.position'
and my directive name is differente from ui bootstrap datepicker that is "persian-datepicker" and for popup directive is "datepicker-popup-persian"
Hi
I was adding folder of this plugin to my bower.json project and when I running grunt server, your files is add to my index.html but I still have default date picker.
Is there dependency module name to my project ?
The text was updated successfully, but these errors were encountered: