-
If you define hotkeys in a property on the route configuration, they're bound on $routeChangeSuccess. However, if you reload the same route, $routeChangeSuccess is not fired again and all of the hotke…
-
If **ui-gmap-circle** directive with **center**, defined by "GeoJSON Point", then external changes of object aren't reflected in the gmap window
http://plnkr.co/edit/ZgUWZFf8DVWH8w5Dhv0Y?p=preview
if…
-
I am using the AoT example https://github.com/blacksonic/angular2-aot-cli-webpack-plugin .
Adding for example an ngFor in the template results into errors during start.
```html
Hello World!
{{ i…
-
Define directive in template for each block from bem-components.
In directives:
- provide [support of ngModel](https://github.com/angular/angular.js/blob/master/src/ng/directive/input.js#L1411)
- expo…
Guria updated
9 years ago
-
在使用Angular的时候避免不了经常手动更新作用域的情况,特别是在指令中。通常是用 controller 和 directives 的 `$apply()` 来手动触发 `$digest` 的。不过直接用它的话,有一定机率会在控制台抛出错误:
``` javascript
Error: $digest already in progress
```
很多第三方指令中,包括 [ui-event…
-
#### Description
After the last monthly discussion on better documentation efforts, it came the idea of improve several topics and maybe add stuff like [openthread.io](http://openthread.io):
- Manta…
-
I've been doing more research into angular and how the frontend is organized in order to make adding new features easier in the future. Right now there seems to be a decent amount of duplicate js and …
-
If I set any property after I have created the date picker, none of the buttons work afterwards.
-
Currently it only toggles the button lol.
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Suppo…