Posts by Johnny Brito • 13 points
3 posts
-
0
votes1
answer226
viewsA: Problems with uib-tooltip-html Angularjs
The problem was the . config that was not working and setting $sce.Provider and was changed of (function () { 'use strict'; angular .module("taskList") .config(function ($sceProvider) {…
-
0
votes1
answer226
viewsQ: Problems with uib-tooltip-html Angularjs
I’m having a problem returning a value using the angular-ui-bootstrap. I have a function to return the result of each tooltip dynamically in a table the problem is that whenever I return the…
-
1
votes2
answers1088
viewsQ: Orderby with accents
I’m trying to sort a map with some data, but I can’t sort the words with accents. They always come last, I need a hint to sort a map. Follows the code: (function(angular) { 'use strict';…