-
http://spaauth.localtest.me:65489/template/popover/popover.html 404 (Not Found)
http://spaauth.localtest.me:65489/template/alert/alert.html 404 (Not Found)
-
fa-draggable doesn't seem to work when assigning options via fa-options.
See the following codepen:
http://codepen.io/anon/pen/GgrMzv
-
Not able to launch nw.js app after installing wcjs-player module.
Uncaught .../node_modules/wcjs-player/index.js:73
TypeError: Cannot read property 'firstChild' of null
-
I test the below code in controller,but the method User.count in lb-services.js returned a a function like the below shut-screen but not a number value.
------------------------------test js code in …
-
In our app we use huge amount of ng-if/switch/repeat/class ... but only couple of them really should support animation (in terms of ngAnimate). But for each element with these directives anguar run lo…
-
Some directives (for example $dialog) ignore $interpolateProvider.
For example, even though my module defines:
``` js
$interpolateProvider.startSymbol('[[');
$interpolateProvider.endSymbol(']…
-
It looks like most of what you're getting from node as a server and apache is url rewriting. If that's true, would docs generated by docular be github.io compatible if hash mode was forced? Or is ther…
-
When reloading an Anguar app in the browser, I get the following error a few reloads:
```
Error in event handler for 'undefined': Cannot call method 'removeEventListener' of null TypeError: Canno…
-
I have a forminput directive (originally adapted from @mhevery example here: http://stackoverflow.com/questions/10629238/angularjs-customizing-the-template-within-a-directive ) that no longer works in…
-
The images come through, but on initial page load, and every poll() event I get an error;
```
GET http://localhost:3000/device/%7B%7Bdevice.description.UDN%7D%7D/image.png 404 (Not Found)
```