-
Notifications
You must be signed in to change notification settings - Fork 177
AngularJS 1.2.x does not have bind-html-unsafe anymore. This fixes it. #29
base: master
Are you sure you want to change the base?
Conversation
+1 This, would be great to get compatibility with 1.2.x |
@rzajac I got another error when applying your patch.
|
You need to include angular-sanitize module |
+1 |
Thanks for this. I just had to go through the whole process of not being able to use the element inside an |
Any reason why this isn't pull into the master? Would really like to be able to use this with Angular 1.2. |
@rzajac using your fix on the forked version makes labels work for me, thanks for that. |
@kit-kanalje i actually rewritten the project in JavaScript you may want to check https://github.com/rzajac/angularjs-slider |
Hi @prajwalkman and thank you very much for your excellent work on Angular Slider! It would be amazing if you could make Angular Slider compatible with Angular 1.2 whenever you find a free moment :) Thanks! @rzajac - I tried applying your fix but without much luck I'm afraid; No labels are displayed when using angular 1.2.4 :( |
This one #57 works without the sanitize module |
No description provided.