Abhishek Jakhotiya
Abhishek Jakhotiya
As of angular 1.4 you can not use ng-options on any other element except select. You can check this issue on angular-strap documentation. You can choose to use their alternative...
_.contains has been removed from lodash library so instead use indexOf method to detect if substring exists
_.contains should work for 2.4.1 but also try it's alias _.includes...if that doesn't work I think you should recheck the version. and if you decide to update the dependency to...
Thank you Dan for feedback. Let me add those tests. I see your concern. Espcially when we do something like ``` ``` OR ``` ``` Predominatly things will break if...
@fredden I've escaped code only when echo statements are used 1. it's just a variable 2. when method name does not contain "Url" or "Html" 3. when @noEscape is not...