Garrett R. Morris

Results 20 issues of Garrett R. Morris

Fix 1. inject `$sce` into controller 2. iterate items applying `$sce.trustAsHtml to each string` 3. use this syntax in view: ``` html ```

Since you are passing straight into the Date constructor if it's not a Date instance, this will work as well.

tried: ```js mock.onGet( apiPath('/Facility') ).reply(config=>{ console.log(config); return [ 200,newItem(1) ] }) ``` ```js mock.onGet( apiPath('/Facility'),{ params: { facilityId: /\d+/ } } ).reply(config=>{ console.log(config); return [ 200,newItem(1) ] }) ``` apiPath...

trying to render preview of email template, but i noticed anytime there was a twig syntax error process crashes. so i created a template with invalid syntax and set out...

priority - high
type - bug / bugfix
triaged
pending - help wanted
pending - needs review

here is how i had to solve it, by not mounting the app until store was hydrate. ```js import App from './App'; import store from './Store';//herre is where persist is...

the docs don't give any insight on how to style the components. What i want is to for a single Cropper, to make the selection area appear circular (so user...

The issues forum is __NOT__ for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening...

The current Blog shipping with keystone is very basic. In order to make it a viable alternative to that one popular platform (which shall not be named), the features of...