ironic-ui/ironic_ui/static/dashboard/admin/ironic/maintenance
Peter Piela 669f9fa7bf Fix Javascript unassignable errors
Replaced several instances of the action directive with HTML list-item/
anchor equivalents. Because the action uses two-way bound scope
variables for "callback" and "item" arguments you cannot specify a
literal value as an argument to the callback function. Two-way bound
variables must be assignable. In my mind there is some question as
to whether the action directive should have been implemented in this
way, but for now I am proposing to use an ng-click directive within
an anchor to implement callback functionality when a literal argument
is needed.

Change-Id: I2baf17c2784faeb92da362544c53e444e6d01afc
2017-05-17 08:46:59 -04:00
..
maintenance.controller.js Changes required for updated Bootstrap version 2017-01-03 11:56:03 -05:00
maintenance.html Improve the display of node information 2016-08-26 09:55:28 -04:00
maintenance.service.js Fix Javascript unassignable errors 2017-05-17 08:46:59 -04:00