Pyth 10 7
qFSMczd Takes input as two space-separated words.
Essentially, it splits the elements into an array, sorts each element, and checks if the elements are unique.
My first attempt at Code Golf. Any advice appreciated :o)
Edit: It should be noted that this is not a valid answer to the code-golf question, seeing as the language Pyth was invented after the question was asked.