Posts by Rafael B. Marcílio • 31 points
2 posts
-
1
votes1
answer58
viewsA: Ui-router for systems with many modules
It would not be better if each module had its own controller, each with its own name and the logic that must be shared between the two controllers stay in a service? Example: angular…
-
2
votes1
answer11445
viewsQ: Line break within HTML tags in Visual Studio Code
How to enable line breaking within tags HTML to look like this? <input class="someClass" id="someId" name="someName" ng-model="vm.model" ng-click="vm.someAction()"/> When format the text in…