Questions tagged [angularjs-ui-utils]

Companion suite to the AngularJS framework.

Companion suite to the framework.

Useful links

21 questions
0
votes
1 answer

$rootScope not accessible in controller

I actually made a $rootScope available at module run which is completely accessible from view but I want to access that value inside another controller, unfortunately I am not able to access that. Please suggest some way. I previously tried to make…
Khan
  • 31
  • 8
0
votes
3 answers

ng-options with unique does not work

I have following array for cars. I am trying to use ng-options on this array to display only color category as link along with "all colors" option. All, red, yellow, blue
hss
  • 317
  • 1
  • 2
  • 13
0
votes
1 answer

angular ui-keydown is not working with shift+ctrl+alt+A keys

For example:
shift-ctrl-65 is working correctly. But shift-ctrl-alt-65 is not working with ui-keydown. Please help
0
votes
1 answer

How put AngularJS + AngularJS UI (Utils + Bootstrap) into Grails?

I need to put into Grails 2.4.4 this: AngularJS v1.3.15 AngularJS UI Utils v0.2.3 AngularJS UI Bootstrap v0.2.11 Bootstrap CSS v3.3.4 (needed by AngularJS UI Bootstrap) JQuery? not sure if needed I saw some plugins for Grails that add AngularJS…
0
votes
1 answer

AngularJS ui-utils password validation

I've got a problem with angular ui-utils, specifically ui-validate. I'm trying to supply a user with a password change form and to require "new password" and "confirm new password" to match, here: …
Fissio
  • 3,748
  • 16
  • 31
0
votes
1 answer

Apply AngularJS directive (ui-scrollfix) conditionally

I'm using ui-scrollfix directive from UI.Utils to make so called sticky header. It works fine. There are two headers in the app. Main one is constantly on the page and second one appears only in certain pages.
1
2