Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(isClass): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Apr 6, 2016
1 parent 32f78b8 commit 3d7191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isClass/isClass.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function ($animate) {

return {
restrict: 'A',
compile: function (tElement, tAttrs) {
compile: function(tElement, tAttrs) {
var linkedScopes = [];
var instances = [];
var expToData = {};
Expand Down

0 comments on commit 3d7191c

Please sign in to comment.