Questions tagged as 'angularjs-directives'

0
answers

Angular bind in directive to execute after event "change"

I'm working with a framework that uses Jquery to make its animations, and for data processing I use AngularJS. So that I can update my $ scope, I've created a directive that will bind the element and generate assign events to elements in it. so...
asked by 19.02.2016 / 14:22
0
answers

AngularJS new value does not reach the directive

I have the following directive that mounts a modal. Arquivo: login.component.js (function() { 'use strict'; var app = angular.module('myapp'); app.directive('loginComponent', ['loginService', function(loginService){...
asked by 02.03.2016 / 02:36
1
answer

Angular JS - template of a directive with ng-model does not work inside ng-switch

To be more dynamic my directive I decided to include the category field that makes the selection of the type of template to be displayed. As it's just a select I thought of using ng-switch instead of multiple html files. Plunker: link i...
asked by 23.12.2015 / 22:05
0
answers

AngularJS + Directive + mfb = Not working

I'm new with angle and I'm testing directives. I have this scenario: angular.module(module) .directive(directive, function () { return { templateUrl:template...
asked by 15.09.2015 / 14:36
1
answer

How to change the font size of all pages using the Range of ionic 3?

I have the following html code [settings.html] <ion-item> <ion-range min="1" max="4" step="1" snaps="true" [(ngModel)]="saturation" color="grey"> <ion-label range-left style="font-size: 12px;">A</ion-label>...
asked by 27.09.2018 / 16:14