Skip to main content
Theme Options Page in ACP Started by Wizard · · Read 9368 times 0 Members and 1 Guest are viewing this topic. previous topic - next topic

Re: Theme Options Page in ACP

Reply #30

It shows colour picker when I use this in app.js

Code: [Select]
angular.module('myApp', ['ngPicky'])

.controller('ngPicky', function($scope) {
   });


Re: Theme Options Page in ACP

Reply #31

Fixed the colour picker on ACP. Hue working, Hex not working.

Attaching work so far
Last Edit: October 14, 2015, 10:15:13 pm by Wizard

 

Re: Theme Options Page in ACP

Reply #33

Yes.