In my angularjs application, the partials into <ng-view>
element get my form's checkbox's css changed to the default css for the user agent.
When I retrieve the checkbox directly without going through the $routeProvider
I get the checkbox element rendered with my custom css.
Outside the ng-view
element, the checkbox elements renders just fine with the custom css.
Is there a way to render the custom css for checkbox element and not the user agent's default css for that?