Skip to main content

All Questions

0 votes
1 answer
111 views

Angular ng-click is not working when using DOM

i have created <img> run time from my controller and i have used ngSanitize for compile my html as trusted html code is : $scope.renderImageHtml = function(html_code) { var finalHtml = "" +...
Pratik Bhalodiya's user avatar
0 votes
0 answers
40 views

Changing ng-click to ng-mouseenter doesn't call expression

I am working with this Ionic directive on GitHub. I want it to work so that the user can drag on the scroll bar, so to begin with I am trying to get the letters to work on ng-mouseenter instead of ng-...
Stoopkid's user avatar
  • 1,965
0 votes
0 answers
49 views

How can I modify JSON data returned to AngularJS from a server-side API?

I have a public API that I created with Drupal (php content management system). I appreciate the help I got recently from someone on getting HTML to be interpreted by AngularJS. On a different issue,...
Bruce Whealton's user avatar
0 votes
1 answer
2k views

Accessing element in an Angular directive with jQuery

I have a form inside a nested directive (in an Ionic/Angular project) <ion-content class="scroll-content ionic-scroll has-header"> <recipe-form> <form id="example-form" action="#...
sameera207's user avatar
  • 16.6k
0 votes
0 answers
323 views

Scroll or slide functionlity in ionic framework

I have tried like below but the scroll/slide is not working. <ion-slide-box show-pager="false"> <ion-slide ng-repeat="at in assets" ng-init="updateSlider()"> ...
Hello's user avatar
  • 95