Vlatko Odrljin
Vlatko Odrljin
When i create some directive in modal template definition and try send from modal controller some scope params in directive isolated scope, params in directive are undefined. Demonstrating example: https://jsfiddle.net/ztqvavcu/
I use angular and https://github.com/danialfarid/angular-file-upload My code is almost same as: https://github.com/jpillora/xdomain/tree/gh-pages/example/angular When i try upload file in chrome error is following: Uncaught DataCloneError: Failed to execute 'postMessage' on 'Window':...
I followed official nextjs linaria example: https://github.com/vercel/next.js/blob/canary/examples/with-linaria to setup basic app and tried to import simple global css: global.css ``` body { margin: 0; } ``` directly into _app.js. _app.js...
It is useful sometimes not to return 404 if trailing slash exists but not explicitly in route pattern. What about adding ignoreTrailingSlash option while instancing for ignoring trailing slashes?
I install mongoDB 2.6 on Ubuntu 14.04. Everything work fine except one thing. I create one user with root privileges for my MongoDB. Then I use rockmongo config.php like this:...
Can someone explain me why Angular UI Router Extras addition trigger twice (on init!) $stateChangeStart event in case when i have some async ajax check and e.preventDefault() call? Short event...