I am new to angularjs, I know that $scope represent a connection between the controller and the view, But is there a way besides looking for class=\"ng-sc
$scope
class=\"ng-sc
You can pass in the element to the controller, just like the scope:
function someControllerFunc($scope, $element){ }