What fresh hell is THIS now? - Patrick Lauke
[jitendra] Have not applied to many jobs yet. Doing some freelance.
But I think I will have to join somewhere to do design/front-end stuff.
<action>
element and you could specify type. <action type=“navigate”>Homepage</action>
, <action type=“popup”>Open menu</action>
, <action type=“submit”>Submit form</action>
.
<button>
to be that action element. It doesn’t necessistate a form, that I know of.
<button>
achieves most of it, what I mean is I wish that <a>
and <button>
could be combined into one HTML element.
input
-style polymorphism territory
<a href=“#” ng-click=“controllerMethod()”>
which calls some method to change the view as opposed to routing
ng-href
and utilize routing to make the distinction more clear but I don’t think they will.