Open abhimediratta opened 8 years ago
<div oc-lazy-load="['template_assets/plugins/multi-select/js/jquery.multi-select.js','template_assets/plugins/multi-select/css/multi-select.css']"> <div id="add-country-modal" class="modal" ng-include="'views/campaign/addCountryModal.html'"> </div> </div>
But I'm getting this error:
angular.min.js:107 Error: Syntax error, unrecognized expression: <div id="add-country-modal" class="modal" ng-include="'views/campaign/addCountryModal.html'">
<div id="add-country-modal" class="modal" ng-include="'views/campaign/addCountryModal.html'">
I'm not able to figure what the problem might be, please help.
But I'm getting this error:
I'm not able to figure what the problem might be, please help.