-
We should consider creating special directives to replace all the common angular 1 directives, but where they look like element property binding is working. It would of course be a ruse. This only inc…
-
ref: [angular-schema-form](https://github.com/Textalk/angular-schema-form)
Form Definition and DatePicker/ColorPicker are convenient for developers in angular-schema-form.
majj updated
10 years ago
-
I have seen this warning in the console : HTML element is ignored in shadow tree and I am not sure if that is the problem.
-
### Is this a regression?
No
### Description
I just updated a library to use Angular 19 and Spectator 19 and I'm having the following issue for all my tests:
```
Failed: Unexpected "HostCompone…
-
I've ng-model and they are not evaluated.
This fixes that.
```
- $compile(contents)($scope.$parent);
+ $compile(contents)($scope);
```
angular 1.2.28
-
*Note 1: This proposal has its origin in [RFC: Exploration of use-cases for Angular JIT compilation mode](https://github.com/angular/angular/issues/43133) and aims to address the concerns around AOT c…
-
Using Angular 8 I receive this error message:
ERROR in node_modules/ngx-cpf-cnpj/lib/cpf-cnpj-validator.directive.d.ts(6,38): error TS2307: Cannot find module '@angular/forms/src/directives/validat…
-
Every time we need to add a new directive from angular bootstrap an error related to the template appears in the console. This also currently happens on new wallet creation for the tooltip and progres…
-
One of the things I found made it hard to understand Endev was the fact that some of the most common directives mean different things in Endev than they do in vanilla Angular. For example, the `if` di…
-
I try to add this to the content
``` html
scope.twitterHandle = {
title: "Title",
content: ""
};
```
and the directive doesn't appear. I wanted to check if there was a way of doing this before…