Konstantinos (Dino) Liolios

Results 6 comments of Konstantinos (Dino) Liolios

Dear boneskull, I am using font-awesome 3.2.1 as in the demo, so no problems. Having said that, instructions would be greatly appreciated if you want to remove dependencies. You may...

Hi Cristopher, I am done with my project but maybe it will benefit others. Cheers Dino

I should also add that I do not want to use a nested generic structure. At this point want the values coming for 2 separate factories.

I am using e-ng-model and e-ng-change but somehow the currently selected value does not go through. Same happens when I use $watch as mentioned here: https://github.com/vitalets/angular-xeditable/issues/45 Can it be that...

html: ``` javascript My HTML File a[ ng-click ] { cursor: pointer ; text-decoration: underline ; } {{myModel.category}} Category {{ showCategories() }} Genres {{ showGenres() }} Edit Close Save Cancel...

controller2.js: ``` javascript var contentProviderApp = angular.module('contentProviderApp', ["xeditable", "ui.bootstrap"]); contentProviderApp.service('genresService', function () { this.controlledGenreList = function (category) { if (category == 'TV') { return ['Action & Adventure', 'Anime & Animation',...