Mark Pearce

Results 6 comments of Mark Pearce

Here's the example code you can add to the gh-pages: ``` html HTML Bind <toggle-switch model="switchStatus" html="true" knob-label="<strong>##</strong>" on-label="<em>Puppies!</em>" off-label="<del>Puppies</del>"> <toggle-switch> ```

It's a standard angular module. https://docs.angularjs.org/api/ngSanitize I'm not sure what Angular version it was introduced in. > On May 15, 2014, at 5:23 PM, Christopher Garvis [email protected] wrote: > >...

Did you want me to update the branch with the dependency set to version 1.0.8?

I don't mean to bother, but when do you think this will be pulled in?

The issue I ran into is that the existing tests expect the new (generated by the directive) HTML to be child nodes of the actual node. That's why theres a...

I actually switched to using https://github.com/JumpLink/angular-toggle-switch It has html binding for labels an a more bootstrap 3-like styling, too > On Sep 30, 2014, at 6:40 AM, jmaynier [email protected] wrote:...