Closed Haroenv closed 7 years ago
There are both laravel (blade) ({{}}) and angular bangs (@{{}}), there isn't any need for {!! !!}, which is laravel unsafe substitution. The language strings don't contain any html, so they can be changed without any other refactoring needed
{{}}
@{{}}
{!! !!}
see https://github.com/iRail/hyperRail/pull/246#issuecomment-257250399
Can i assign me to this one?
There are both laravel (blade) (
{{}}
) and angular bangs (@{{}}
), there isn't any need for{!! !!}
, which is laravel unsafe substitution. The language strings don't contain any html, so they can be changed without any other refactoring neededsee https://github.com/iRail/hyperRail/pull/246#issuecomment-257250399