All Questions
5 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 = "" +...
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-...
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,...
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="#...
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()">
...