Skip to main content
Topic: Theme Options Page in ACP (Read 8676 times) previous topic - next topic
0 Members and 1 Guest are viewing this 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.